home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 1734 < prev    next >
Encoding:
Internet Message Format  |  1996-08-06  |  859 b 

  1. Path: nntphost.dur.ac.uk!nntp
  2. From: "Fred H.-M. Chen" <H.M.Chen@durham.ac.uk>
  3. Newsgroups: comp.lang.c++
  4. Subject: How to corporate GNU g++ and SUN system calls
  5. Date: Fri, 12 Jan 1996 13:17:58 +0000
  6. Organization: University of Durham, Durham, UK
  7. Message-ID: <30F65F86.41C67EA6@durham.ac.uk>
  8. NNTP-Posting-Host: tann-4.dur.ac.uk
  9. Mime-Version: 1.0
  10. Content-Type: text/plain; charset=us-ascii
  11. Content-Transfer-Encoding: 7bit
  12. X-Mailer: Mozilla 2.0b2 (X11; I; SunOS 4.1.3_U1 sun4m)
  13.  
  14. Dear C++ users,
  15.  
  16.   I have tried to used sleep(...), exit() and other SUN system calls in
  17. my program. However, when I complied it, the complier gives ma some
  18. warnings, such as the inconsistence of the declared types; one is int
  19. and the other is void. I think it is because of the inconsistence of GNU
  20. g++ and SUN original system calls. How can I solve this problem?
  21.  
  22. Thanks in advance.
  23.